isAutoStart

open fun isAutoStart(): Boolean

Checks if this control is configured to start its operation automatically after #initialize(Module) initialization.

All controls generally default to true} unless explicitly configured otherwise.

Determines if the content should start automatically. Web views always auto start.

Return

true if the content should auto start, otherwise false.